Cli implimintation #3

Merged
KevinMidboe merged 5 commits from CLI into master 2018-10-17 21:29:54 +00:00
KevinMidboe commented 2018-10-17 21:29:46 +00:00 (Migrated from github.com)

Refactored the CLI program
Using the CLI any files that have insufficient info to parse are collected and user is prompted to supplement information about the file.

Changes to video

  • Insufficient exception is thrown when not enough info is needed to move file to correct location.

Changes to core

  • All insufficient items are returned along with the found videos.
  • Removed main function

Both

  • The wanted path we want to move the file is no longer class variable, but gets the string by function.
Refactored the CLI program Using the CLI any files that have insufficient info to parse are collected and user is prompted to supplement information about the file. Changes to video * Insufficient exception is thrown when not enough info is needed to move file to correct location. Changes to core * All insufficient items are returned along with the found videos. * Removed main function Both * The wanted path we want to move the file is no longer class variable, but gets the string by function.
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KevinMidboe/seasonedParser#3
No description provided.