Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Make noms struct set and friends take an optional equals operator separating key/value pairs #3820

Open
aboodman opened this issue Jan 30, 2019 · 0 comments

Comments

@aboodman
Copy link
Contributor

aboodman commented Jan 30, 2019

I received feedback that a command like:

noms struct new /tmp/mydb f1 v1 f2 v2

is confusing to look at, and putting equals signs in there would clarify it, like:

noms struct new /tmp/mydb f1=v1 f2=v2

This seems reasonable to me, but I don't want to have to type the equals signs all the time once I know the command. So I'm thinking maybe we just make them optional.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant