Module broot::cli[][src]

this module manages reading and translating the arguments passed on launch of the application.

Modules

clap_args

Structs

AppLaunchArgs

the parsed program launch arguments which are kept for the life of the program

InstallLaunchArgs

launch arguments related to installation (not used by the application after the first step)

Functions

ask_authorization

wait for user input, return true if they didn’t answer ‘n’

run

run the application, and maybe return a launchable which must be run after broot