mintproject / mic

Model Insertion Checker
https://mic-cli.readthedocs.io/en/latest/
5 stars 3 forks source link

Missing documentation in command `inputs` #171

Closed mosoriob closed 4 years ago

mosoriob commented 4 years ago
 mic encapsulate inputs --help
Usage: mic encapsulate inputs [OPTIONS] [CUSTOM_INPUTS]...

Options:
  -f, --mic_file FILE
  --help               Show this message and exit.
issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.65. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

mosoriob commented 4 years ago
Detect the inputs of your model using the information obtained by the `trace` command.

  - You must pass the MIC_FILE (mic.yaml) using the option (-f) or run the
  command from the same directory as mic.yaml

  - Pass undetected files or directories as arguments 
  mic encapsulate inputs -f <mic_file> [undetected files]...

Example:

mic encapsulate inputs -f mic/mic.yaml input.txt inputs_directory