finance-mgn - v1.4.1
    Preparing search index...

    Variable appArgumentsConst

    appArguments: {
        actions: {
            alias: string;
            choices: string[];
            default: undefined;
            description: string;
            type: "string";
        };
        cleanup: {
            alias: string;
            choices: string[];
            default: undefined;
            description: string;
            type: "string";
        };
        environment: {
            alias: string;
            choices: string[];
            default: string;
            description: string;
            type: "string";
        };
        withLabeling: {
            alias: string;
            default: undefined;
            description: string;
            type: "boolean";
        };
    } = ...

    Command-line arguments configuration for the application.

    Type declaration

    • actions: {
          alias: string;
          choices: string[];
          default: undefined;
          description: string;
          type: "string";
      }

      Specifies the action(s) the ETL process should trigger.

      Command line alias: -a Command line choices: "all", "fio", "mail"

      undefined
      
    • cleanup: {
          alias: string;
          choices: string[];
          default: undefined;
          description: string;
          type: "string";
      }

      Specifies the cleanup mode for the application.

      Command line alias: -c Command line choices: "all", "mail", "sheets"

      undefined
      
    • environment: {
          alias: string;
          choices: string[];
          default: string;
          description: string;
          type: "string";
      }

      Specifies the environment in which the application will run.

      Command line alias: -e Command line choices: "development", "production"

      "development"
      
    • withLabeling: { alias: string; default: undefined; description: string; type: "boolean" }

      Enables or disables transaction labeling using the LLM.

      Command line alias: -l

      undefined