lucy

Usage

Usage: lucy [OPTIONS] COMMAND [ARGS]...

Arguments

Options

  • version:

    • Type: BOOL
    • Default: False
    • Usage: --version

    Show the version and exit.

  • help:

    • Type: BOOL
    • Default: False
    • Usage: --help

    Show this message and exit.

CLI Help

Usage: lucy [OPTIONS] COMMAND [ARGS]...

Options:
  --version  Show the version and exit.
  --help     Show this message and exit.

Commands:
  acl              ACL commands.
  config           Configuration commands.
  login            Authenticates for SITE.
  prune            Deletes a CONTEST_ID or a particular TASK_ID or TEST_ID.
  setup            Sets up directory structure for a contest.
  submit           Submits solution for TASK_ID in a CONTEST_ID to a SITE.
  test             Runs tests for a TASK_ID in a CONTEST_ID for a SITE.
  update-snippets  Updates the VSCode snippets file.