Interface RuntimeArgs

Algob arguments:

  • network: the network to be used (default="default").
  • showStackTraces: flag to show stack traces.
  • version: flag to show algob's version.
  • help: flag to show algob's help message.
  • config: used to specify algob's config file.

Hierarchy

  • RuntimeArgs

Properties

config?: string
help: boolean
network: string
showStackTraces: boolean
verbose: boolean
version: boolean

Generated using TypeDoc