ternaris / marv

THIS REPOSITORY HAS BEEN MERGE INTO
https://github.com/ternaris/marv-robotics
GNU Affero General Public License v3.0
3 stars 4 forks source link

Add a 'marv comment' cli option #41

Closed Earthwings closed 6 years ago

Earthwings commented 6 years ago

There are marv tag --add and marv tag --remove for command line tag manipulation. A similar option for manipulating comments would be nice.

As a workaround I'm manipulating the database directly to add tags: sqlite3 db/db.sqlite "INSERT INTO comment (dataset_id, author, time_added, text) VALUES ('...', '...', '...', '...')"