ncsa / oa4mp

Open Authorization for MyProxy
https://oa4mp.org/
Other
8 stars 10 forks source link

Remove requirement for / before identifiers in CLI #94

Closed jjg-123 closed 1 year ago

jjg-123 commented 1 year ago

There are two ways to refer to an object in the CLI

  1. use the identifier, prefixed by a /,
  2. ls the current items and use the index (an integer) from the listing, e.g. 0, 11

Number 2 is good for smaller stores (like VOs), but there is really no reason to have an escape character for an identifier. Therefore make the escape character optional.

jjg-123 commented 1 year ago

Actually, this belongs in the security lib.