BF3RM / vumm-cli

VU Mod Manager CLI
MIT License
6 stars 0 forks source link

Detect whether VUMM is ran from a mod project folder #16

Open paulhobbel opened 3 years ago

paulhobbel commented 3 years ago

VUMM's commands should be limited when running from a mod project folder. VUMM should be aware whether publish related commands or intall related commands should be available. Aka VUMM should be context aware

Example:

When in mod project folder:

When not in mod project folder

Related to #15