Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/ver 0.3.0: naming schemes, prompt for optional flags if var is selected, readme overhaul #28

Merged
merged 39 commits into from
Jan 4, 2024

Conversation

saltkid
Copy link
Owner

@saltkid saltkid commented Jan 4, 2024

v0.3.0: naming schemes, prompt for optional flags if var is selected, readme overhaul

biggest change is naming schemes

This version fully implements the naming schemes, from reading, parsing, and using it to rename. For more information on the implementation, see this wiki page

value 'var' now prompts the user for input

By default, if the flag is ommitted, its value is populated with its respective default value

Now, when user inputs a flag, that can have a value of var, with var, it assigns nothing to that flag. Since there is no value, the user will be prompted for input at:

  • per series type level

if input on per series type level is also var, prompt user at:

  • per series entry level

if input on per series entry level is also var, prompt user at:

  • per series season level
  • note: --has-season-0 is exempted here since this flag does not allow var as input on a per series entry level

README overhaul + addition of wiki

Moved most of the README to the wiki page. The README is simplified with links to the wiki


other changes

  1. addition of --help and --version flags
  2. in naming scheme, for apis that take a range of two numbers, it can now take a single number to represent a single character

saltkid and others added 30 commits December 31, 2023 17:22
prompt user for additional options + new --options flag
Feat/help command: verbose and simple helps
@saltkid saltkid added documentation Improvements or additions to documentation enhancement New feature or request labels Jan 4, 2024
@saltkid saltkid self-assigned this Jan 4, 2024
@saltkid saltkid merged commit 3a0dcef into main Jan 4, 2024
@saltkid
Copy link
Owner Author

saltkid commented Jan 6, 2024

#1
^ progress to v1.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant