diff options
author | John Spray <john.spray@redhat.com> | 2018-09-28 16:40:23 +0200 |
---|---|---|
committer | John Spray <john.spray@redhat.com> | 2018-11-02 11:57:41 +0100 |
commit | e8775e8f30303cb048fa566971feb37d3575446b (patch) | |
tree | 9fff321b77cc935e47ea18d8c06acf2dd8e34265 /PendingReleaseNotes | |
parent | ceph.in: some cleanups (diff) | |
download | ceph-e8775e8f30303cb048fa566971feb37d3575446b.tar.xz ceph-e8775e8f30303cb048fa566971feb37d3575446b.zip |
pybind: enable --keyword=arguments in ceph_argparse
This is a simple implementation that treats anything
that matches the "--X=Y" pattern as separate from
positional arguments.
This works well for optional arguments. Mandatory
arguments still need to be specified positionally,
or the parsing code will think the command's
argument description has not been satisfied.
Signed-off-by: John Spray <john.spray@redhat.com>
Diffstat (limited to 'PendingReleaseNotes')
-rw-r--r-- | PendingReleaseNotes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/PendingReleaseNotes b/PendingReleaseNotes index c18ec2ecb1a..a40f4a998d8 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -63,6 +63,9 @@ or reclaim state held by a previous incarnation. These functions are for NFS servers. +* The `ceph` command line tool now accepts keyword arguments in + the format "--arg=value" or "--arg value". + >=13.1.0 -------- |