summaryrefslogtreecommitdiffstats
path: root/src/modules/shell/option.h
blob: bd8ed2409fe863adc0c679dd2aac5fc3a98a1991 (plain) (blame)
1
2
3
4
5
6
7
8
9
#pragma once

#include "common/option.h"

typedef struct FFShellOptions {
    FFModuleArgs moduleArgs;
} FFShellOptions;

static_assert(sizeof(FFShellOptions) <= FF_OPTION_MAX_SIZE, "FFShellOptions size exceeds maximum allowed size");