diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2016-12-28 00:37:54 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2016-12-28 00:37:54 +0100 |
commit | de8665b0b05db10c3257f9c645a09638a4732256 (patch) | |
tree | 2eb435330ad594eb2a001f075c28dfbe67eb8977 /.gitignore | |
parent | 8af35183f1f25e2f9d1d111cac85a48622f22673 (diff) | |
download | eda-rdf-de8665b0b05db10c3257f9c645a09638a4732256.tar.gz eda-rdf-de8665b0b05db10c3257f9c645a09638a4732256.tar.bz2 eda-rdf-de8665b0b05db10c3257f9c645a09638a4732256.tar.xz eda-rdf-de8665b0b05db10c3257f9c645a09638a4732256.zip |
o Improving CLI output and setup.
o Adding 'init' command similar to git's init command. Only configurable item is the database to query. Removing the -d/--db argument to all commands as it's read from the configuration instead.
o Adding support for querying a remove SPARQL endpoint.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ env *.db +.eda-rdf *.pyc digikey_cache |