We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
These are some of the initial things we want to do for the project.
-help
-tags a,b,c -etags d
collate nocase
-words
-tags
wt
-st
word1 => tag1,tag2,tag3
log.*
fmt.println
?mode=readonly
go.mod
-db
main()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
These are some of the initial things we want to do for the project.
-help
-tags a,b,c -etags d
will list words from a,b,c tags and that dont have d tag)collate nocase
on the schema and our search)-words
as well as-tags
-tags
or-words
-tags
list or-words
list. When both are given then only their explicit relation fromwt
table will be deleted.-st
(for show-tags) support on searchSubcmd which will include the a comma separated list of the tags of each entry egword1 => tag1,tag2,tag3
#28log.*
functions instead offmt.println
where appropriate.?mode=readonly
go.mod
-db
flag only onmain()
The text was updated successfully, but these errors were encountered: