Skip to content

Releases: jdhirst/ncc_cli

Release 0.0.7

28 Jan 13:47
fdb7c78
Compare
Choose a tag to compare

This release provides the following:

fixes #9 - Fully implements argparse, no more legacy manual parsing
fixes #10 - Runs initial config file creation when 'ncc' command is initially run
fixes #4 - Config generation also runs when 'ls' is used
fixes #6 - Implements better error handling for invalid URLs and provided helpful message

This commit also adds the following:

  • More modular code, no longer a massive monolithic file which is difficult to maintain
  • Adds .env file for better pylint behavior in VSCode editor
  • Adds launch.json file for better debug behavior in VSCode