@tricoteuses/assemblee
Version:
Retrieve, clean up & handle French Assemblée nationale's open data
88 lines (87 loc) • 1.88 kB
TypeScript
export declare const silentOption: {
alias: string;
help: string;
name: string;
type: BooleanConstructor;
};
export declare const verboseOption: {
alias: string;
help: string;
name: string;
type: BooleanConstructor;
};
export declare const categoriesOption: {
alias: string;
defaultValue: string[];
help: string;
multiple: boolean;
name: string;
type: StringConstructor;
};
export declare const legislatureOption: {
alias: string;
help: string;
multiple: boolean;
name: string;
type: NumberConstructor;
};
export declare const dataDirDefaultOption: {
defaultOption: boolean;
help: string;
name: string;
type: StringConstructor;
};
export declare const fetchOption: {
alias: string;
help: string;
name: string;
type: BooleanConstructor;
};
export declare const fetchDocumentsOption: {
help: string;
name: string;
type: BooleanConstructor;
};
export declare const parseDocumentsOption: {
help: string;
name: string;
type: BooleanConstructor;
};
export declare const documentFormatOption: {
alias: string;
help: string;
name: string;
multiple: boolean;
type: StringConstructor;
};
export declare const notFoundOption: {
alias: string;
help: string;
name: string;
type: BooleanConstructor;
};
export declare const cloneOption: {
alias: string;
help: string;
name: string;
type: StringConstructor;
};
export declare const commitOption: {
alias: string;
help: string;
name: string;
type: BooleanConstructor;
};
export declare const remoteOption: {
alias: string;
help: string;
multiple: boolean;
name: string;
type: StringConstructor;
};
export declare const pullOption: {
alias: string;
help: string;
name: string;
type: BooleanConstructor;
};