Command line interface
Before there were graphical user interfaces, command-line interfaces were used to issue commands to a computer. Programs that handle the user interface are called command language interpreters, often known as a shell. A CLI may give a user more control over the computer and programs they wish to execute.
Here are 17,990 public repositories matching this topic...
As far as I can tell bat as a library only supports writing to stdout, I'm interested in seeing if I can integrate bat with color-backtrace/color-spantrace and eyre. To do this I need bat to write to a std::fmt::Formatter and return a fmt::Result instead of printing to stdout (i assume?) and returning a bat::error::Error.
So assuming I'm not misreading the docs...
Proposal
-
Updated
Jul 11, 2020 - Rust
Hi, I've found the following cheatsheet :
In the README you explain that there must be an edit button in the page and a github button to access the sheet but as you can see it doesn't appear here.
Thx ;)
Spurred by conversation in avajs/ava#2449 and avajs/ava#1485 we'd like for our assertions to return booleans. true when they pass, false when they fail. This does not apply to the throws() and throwsAsync() assertions.
Failing assertions will fail the test, but do not throw exceptions. This means your test does not stop executing. Usua
- I have marked all applicable categories:
- exception-raising bug
- [ x] visual output bug
- documentation request (i.e. "X is missing from the documentation." If instead I want to ask "how to use X?" I understand [StackOverflow#tqdm] is more appropriate)
- new feature request
- [ x] I have visited the [source website], and in particular
read the [known iss
-
Updated
Jul 12, 2020 - JavaScript
-
Updated
Jun 10, 2020 - JavaScript
`-prune` options
Is it possible to add an option -prune, to not explore sub-directories, when the current directory has been matched ? (like find -prune)
Checklist
- [X ] Are you running the latest v2 release? The list of releases is here.
- [X ] Did you check the manual for your release? The v2 manual is here
- [ X] Did you perform a search about this feature? Here's the [Github guide](https://help.github.com/en/github/managing-your-wor
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Jul 17, 2020 - TypeScript
-
Updated
Jun 13, 2020
Hi there
I'm trying to parse this king of lines, from a python flask service whose log format is %(asctime)s [%(process)d] (%(levelname)s) (%(name)s): %(message)s
2020-02-10 13:58:38,594 [31383] (INFO) (flask.app): request: OPTIONS https://server_hostname/0.1/token/a_big_uuid {'Host': 'server_hostname', 'X-Script-Name': '/api/auth', 'X-Forwarded-For': 'an_IP_address', 'Connection': 'c
-
Updated
Jun 14, 2020 - TypeScript
Audit the wiki pages
Some of our wiki pages are outdated. User manual or developer guide type information should move into the sphinx docs for better visibility and so that it's versioned with the code. I think it makes sense to use the wiki for longer-term planning or planning of big changes, with the target audience being beets contributors. Where possible smaller plans can go to issues on beets with appropriate lab
-
Updated
Jul 16, 2020 - TypeScript



In
=syntax,")\)are escaped in
json.dumps:$ http -v httpbin.org/post \ dquote='\"' \ multi-line='line 1\nline 2'