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

Module whatchanged

source code

The 0install whatchanged command-line interface.

Functions
 
add_options(parser) source code
 
handle(config, options, args) source code
bool
show_changes(old_selections, new_selections) source code
 
complete(completion, args, cword) source code
Variables
  syntax = "APP-NAME"
Function Details

handle(config, options, args)

source code 
Parameters:
  • args ([str])

show_changes(old_selections, new_selections)

source code 
Parameters:
  • new_selections (dict)
  • old_selections (dict)
Returns: bool

complete(completion, args, cword)

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