Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //NovusCLI Help
- println!("\n[1mNovusCLI Help[0m\n");
- //nvs search <query>
- println!("[1;35mnvs [0m[1;33msearch <query>[0m\t\t\tSearches for specified query");
- //nvs list [--flag(s)] <package(s)>
- println!("[1;35mnvs [0m[1;33mlist [--flag(s)] <package(s)>[0m\tLists specified packages");
- //nvs info <package(s)>
- println!("[1;35mnvs [0m[1;33minfo <package(s)>[0m\t\t\tDisplay info on specified package(s)");
- //nvs install <package(s)>
- println!("[1;35mnvs [0m[1;33minstall <package(s)>[0m\t\tInstalls specified package(s)");
- //nvs reinstall <package(s)>
- println!("[1;35mnvs [0m[1;33mreinstall <package(s)>[0m\t\tReinstalls specified package(s)");
- //nvs remove <package(s)>
- println!("[1;35mnvs [0m[1;33mremove <package(s)>[0m\t\t\tRemoves specified package(s)");
- //nvs add-key <filepath>
- println!("[1;35mnvs [0m[1;33madd-key <filepath>[0m\t\t\tAdds a key to the list of trusted keys");
- //nvs edit-sources
- println!("[1;35mnvs [0m[1;33medit-sources[0m\t\t\tOpens the APT repo editor");
- //nvs autoremove
- println!("[1;35mnvs [0m[1;33mautoremove[0m\t\t\t\tRemoves unneeded packages (orphans)");
- //nvs update
- println!("[1;35mnvs [0m[1;33mupdate[0m\t\t\t\tUpdates the repository lists");
- //nvs upgrade <package(s)>
- println!("[1;35mnvs [0m[1;33mupgrade <package(s)>[0m\t\tUpgrades specified packages");
- //nvs full-upgrade <package(s)>
- println!("[1;35mnvs [0m[1;33mfull-upgrade <package(s)>[0m\t\tUpgrades the system (or package(s))");
- //nvs version
- println!("[1;35mnvs [0m[1;33mversion[0m\t\t\t\tDisplay APT, DPKG, and NovusCLI versions");
- //nvs clean
- println!("[1;35mnvs [0m[1;33mclean[0m\t\t\t\tClears the download cache");
- //nvs help <command>
- println!("[1;35mnvs [0m[1;33mhelp <command>[0m\t\t\tOpens help menu for specified commands");
- //nvs about
- println!("[1;35mnvs [0m[1;33mabout[0m\t\t\t\tView legal information and credits\n");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement