colinator27 / DogScepter

A work-in-progress modding tool geared toward UNDERTALE/DELTARUNE
MIT License
45 stars 15 forks source link

Chance of DogScepterCli not showing full help for dump command #28

Closed Miepee closed 2 years ago

Miepee commented 2 years ago

I cannot replicate this anymore, but opening an issue nonetheless in case someone else can replicate it. Note how it even complained about an unexpected help parameter, even though none was supplied.

PS C:\Users\narr\gitrepos\dog-scepter\builds> .\DogScepterCLI.exe dump
Missing parameter(s):
<datafile>

DogScepter CLI 0.0.1
  Interface for working with data and project files.

USAGE
  DogScepterCLI dump <datafile> [options]

DESCRIPTION
  Dumps certain information from an input data file path.

PARAMETERS
* datafile          Input data file path.

OPTIONS
  -o|--output       If not the working directory, specifies the output directory.
  -v|--verbose      Whether to show verbose output from operations. Default: "False".
  --strings         Dump strings. Default: "False".
  --code            Dump decompiled code. Default: "False".
  --hackycompare    Enables hacky comparison mode. Default: "False".
  --config          Set the configuration to use.
  -h|--help         Shows help text.
Unexpected parameter(s):
<help>

DogScepter CLI 0.0.1
  Interface for working with data and project files.

USAGE
  DogScepterCLI [options]
  DogScepterCLI [command] [...]

OPTIONS
  --version         Shows version information.

COMMANDS
  configs           Lists available configuration files.
  create            Creates a new DogScepter project.
  dump              Dumps certain information from an input data file path.
  open              Opens an existing DogScepter project.

You can run `DogScepterCLI [command] --help` to show help on a specific command.
colinator27 commented 2 years ago

For now, I'll close this issue until it can be replicated, since there's really nothing we can do about it until then.