Package zeroinstall :: Package cmd
[frames] | no frames]

Package cmd

source code

The 0install command-line interface.

Submodules

Classes
  UsageError
Functions
 
main(command_args, config=None)
Act as if 0install was run with the given arguments.
source code
Variables
  valid_commands = ['select', 'download', 'run', 'update', 'conf...
Function Details

main(command_args, config=None)

source code 

Act as if 0install was run with the given arguments.

Parameters:
  • command_args ([str]) - array of arguments (e.g. sys.argv[1:])

Variables Details

valid_commands

Value:
['select', 'download', 'run', 'update', 'config', 'import', 'list', 'a\
dd-feed', 'remove-feed', 'list-feeds', 'digest']