mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-19 00:51:13 +02:00
2021-12-11 Fred Gleason <fredg@paravelsystems.com>
* Added a 'Cut' class to the 'rivwebapi' API. * Modified the 'AddCut()', 'ListCut()' and 'ListCuts()' methods to use the 'Cut' class in the 'rivwebapi' API. * Added an 'EditCut()' method to the 'rivwebpyapi' API. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -37,7 +37,7 @@ values={}
|
||||
#
|
||||
# Get login parameters
|
||||
#
|
||||
usage='list_cart --url=<rd-url> --username=<rd-username> --cart-number=<num> [--set-value=<field>=<str> ...] [--password=<passwd>]'
|
||||
usage='edit_cart --url=<rd-url> --username=<rd-username> --cart-number=<num> [--set-value=<field>=<str> ...] [--password=<passwd>]'
|
||||
for arg in sys.argv:
|
||||
f0=arg.split('=')
|
||||
key=f0[0]
|
||||
|
Reference in New Issue
Block a user