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

Module config

source code

The 0install config command-line interface.

Classes
  String
  TimeInterval
  Boolean
Functions
 
add_options(parser) source code
 
handle(config, options, args) source code
 
complete(completion, args, cword) source code
Variables
  syntax = "[NAME [VALUE]]"
  settings = {'network_use': String, 'freshness': TimeInterval, ...
Function Details

handle(config, options, args)

source code 
Parameters:

complete(completion, args, cword)

source code 
Parameters:
  • completion (zeroinstall.cmd._Completion)
  • args ([str])
  • cword (int)

Variables Details

settings

Value:
{'network_use': String, 'freshness': TimeInterval, 'help_with_testing'\
: Boolean, 'auto_approve_keys': Boolean,}