Writes the inputs schema for a WDL document

Usage: sprocket inputs [OPTIONS] <SOURCE>

Arguments:
  <SOURCE>
          A source WDL document or URL

Options:
  -n, --name <NAME>
          The name of the task or workflow for which to generate inputs

      --show-non-literals
          Show inputs with non-literal default values

      --hide-defaults
          Hide inputs with default values

      --nested-inputs
          Generate inputs for all tasks called in the workflow

      --yaml
          Output the template as a YAML file

  -v, --verbose...
          Increase logging verbosity

  -q, --quiet...
          Decrease logging verbosity

  -c, --config <CONFIG>
          Path to the configuration file

  -s, --skip-config-search
          Skip searching for and loading configuration files.
          
          Only a configuration file specified as a command line argument will be used.

  -h, --help
          Print help (see a summary with '-h')

  -V, --version
          Print version
