nozwock / yanu

Yet Another NSP Updater for Skyline
GNU General Public License v2.0
211 stars 13 forks source link

Add `--tag` to allow installing a specific version on Android #9

Closed nekomekoraiyuu closed 1 year ago

nekomekoraiyuu commented 1 year ago
nozwock commented 1 year ago

How about just having a simple -v arg instead? A prompt gets in the way of the user. This is for edge cases, doesn't feel like something which should be at everyone's face?

nozwock commented 1 year ago

This also also over complicates the scripts and adds unnecessary maintenance overhead.

nekomekoraiyuu commented 1 year ago

This also also over complicates the scripts and adds unnecessary maintenance overhead.

real

nekomekoraiyuu commented 1 year ago

This also also over complicates the scripts and adds unnecessary maintenance overhead.

hmm i thought it'd be useful with -i interactive flag but sure

nozwock commented 1 year ago

This also also over complicates the scripts and adds unnecessary maintenance overhead.

hmm i thought it'd be useful with -i interactive flag but sure

Maybe that'll be good, but make these version prompt changes in a separate file and then source that file in this file. Preferably have a function which prompts and returns the chosen version number and then do simple substitution in this file?

nekomekoraiyuu commented 1 year ago

real

nekomekoraiyuu commented 1 year ago

Resolved conflicts