Mercurial > p > roundup > code
comparison roundup/admin.py @ 7380:6480443c2607
set items can take 1 or more property=value
original usage string reported 2 or more.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 22 May 2023 11:19:38 -0400 |
| parents | 40cab56a97f1 |
| children | bd6523c84a95 |
comparison
equal
deleted
inserted
replaced
| 7379:40cab56a97f1 | 7380:6480443c2607 |
|---|---|
| 1691 else: | 1691 else: |
| 1692 sys.stdout.write(_(' %(description)s (%(name)s)\n') % d) | 1692 sys.stdout.write(_(' %(description)s (%(name)s)\n') % d) |
| 1693 return 0 | 1693 return 0 |
| 1694 | 1694 |
| 1695 def do_set(self, args): | 1695 def do_set(self, args): |
| 1696 ''"""Usage: set items property=value property=value ... | 1696 ''"""Usage: set items property=value [property=value ...] |
| 1697 Set the given properties of one or more items(s). | 1697 Set the given properties of one or more items(s). |
| 1698 | 1698 |
| 1699 The items are specified as a class or as a comma-separated | 1699 The items are specified as a class or as a comma-separated |
| 1700 list of item designators (ie "designator[,designator,...]"). | 1700 list of item designators (ie "designator[,designator,...]"). |
| 1701 | 1701 |
