datacequia / go-dogg3rz

Decentralized Knowledge Orchestration Tool
Apache License 2.0
8 stars 1 forks source link

Make cmdline subcommand, options, and positional values use consistent naming conventions #30

Open adpadilla opened 3 years ago

adpadilla commented 3 years ago

'dogg3rz create namedgraph' should be changed to named-graph

change --parent -> --named-graph given that --parent is used only in the context of specifying the named graph container

any subcommand or flag/option postional value(s) that wants an IRI should be labeld TERM_OR_IRI

all subcommand or option positional value(s) should be capitalized

any non-iri resource names (i.e. repoistory, dataset) should be of the form _NAME (i.e REPOSITORY_NAME)