command-line-tool
Here are 3,234 public repositories matching this topic...
rg --debug should output information about ignore files being read.
Currently it outputs something like the following, but it is not clear where the patterns are coming from:
% rg --no-config --debug foo
DEBUG|rg::args|src/args.rs:544: not reading config files because --no-config is present
DEBUG|grep_regex::literal|grep-regex/src/literal.rs:59: literal prefixes detected: Literals {
-
Updated
Jul 4, 2020 - C
-
Updated
Jul 15, 2020 - Python
-
Updated
Feb 4, 2020 - Go
-
Updated
Jul 9, 2020 - Python
-
Updated
Jun 27, 2020 - Python
-
Updated
Jul 17, 2020 - Rust
-
Updated
Jul 17, 2020 - Java
-
Updated
Jul 17, 2020 - Rust
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Jul 17, 2020 - C++
-
Updated
May 28, 2019 - JavaScript
-
Updated
Feb 6, 2020 - Python
-
Updated
Mar 22, 2020 - Python
-
Updated
Jun 1, 2020 - JavaScript
-
Updated
Jul 17, 2020 - Rust
-
Updated
Sep 15, 2019 - Swift
-
Updated
Dec 23, 2019 - JavaScript
-
Updated
Apr 20, 2020
-
Updated
Jun 22, 2020 - Go
-
Updated
Jul 4, 2020 - Shell
If you try to deserialize a protobuf message without the corresponding schema you get a generic message error message:
[INFO] [record_query::proto_index] Proto descriptor cache is stale; recomputing
Missing input file.
thread 'main' panicked at 'protoc descriptor compilation failed', src/proto_index.rs:60
note: Run with `RUST_BACKTRACE=1` for a backtrace.It would be nice to g
Auto posting rules affect the whole current file and any parent or child file, but not sibling files (with multiple -f options). The docs at https://hledger.org/journal.html#auto-postings-transaction-modifiers are not clear on this. Also auto posting rules' and periodic transaction rules' scope should be mentioned in the https://hledger.org/journal.html#directives reference table, probably.
Wo
-
Updated
Feb 7, 2018 - Go
-
Updated
Jul 29, 2018 - HTML
-
Updated
Jun 28, 2020 - Swift
-
Updated
Jul 17, 2020 - Rust
Improve this page
Add a description, image, and links to the command-line-tool topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the command-line-tool topic, visit your repo's landing page and select "manage topics."


There is no "pre-deploy" hook listed here as an option at https://pm2.keymetrics.io/docs/usage/deployment/. It should also be mentioned that this hook will run BEFORE
git pulloccurs, e.g. you may want to suggest to users to putgit reset --hardas thepre-deployhook in case their files such asyarn.lockchange frequently, or localization occurs.