-
Updated
Aug 13, 2021 - Python
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 24,023 public repositories matching this topic...
-
Updated
Aug 14, 2021 - 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 ;)
Cannot read property 'properties' of undefined when adding a lazy loaded module with ng generate
🐞 Bug report
Command (mark with an x
)
- new
- build
- serve
- test
- e2e
- generate
- add
- update
- lint
- extract-i18n
- run
- config
- help
- version
- doc
Description
While attempting to find the
Describe the bug
When I try to fork a repo and add a new remote, it doesn't add a new remote to my current repository.
gh version 1.4.0 (2020-12-17)
Expected vs actual behavior
I expect to see a fork remote added to my repository, but nothing is added.
Logs
❯ gh repo fork --clone=false --remote=true $(git remote get-url up)
- Forking someorg/somerepo...
GenMarkdownTreeCustom has a way to a header (filePrepender
arg), however there is not a first class way to add a footer.
Is your feature request related to a problem? Please describe.
In our company we have way too many branches remotely. Basically everybody creates new ones for every PR, and most of the time the branches don't get deleted afterwards.
That makes it very hard to check out a remote branch with lazygit, as I have to search for it. Need to know the exact PR number, ...
**Describe the solution
-
Updated
Aug 13, 2021 - JavaScript
My problem is that I use my home directory as a git repo to manage my dotfiles, so there is a ~/.gitignore
that ignores everything except some files. The problem is fd
won't work by default at this situation. Although there is a --no-ignore-vcs
, but I still want .gitignore
to be respected when I am in a project directory.
Ripgrep has a flag --no-ignore-parent
that can ignore `.gitigno
-
Updated
Aug 15, 2021 - TypeScript
-
Updated
Aug 11, 2021 - JavaScript
-
Updated
Jul 24, 2021 - TypeScript
-
Updated
Aug 15, 2021 - JavaScript
-
Updated
Jul 7, 2021 - Go
-
Updated
Aug 14, 2021
-
Updated
Jul 12, 2021 - JavaScript
-
Updated
Aug 7, 2021 - C
Regardless of the name of the ignited app, the splash screen is set to "RnDiffApp"
See LaunchScreen.storyboard
:
`<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPri
-
Updated
Aug 15, 2021 - C
Steps to reproduce
Run asdf
. In help output a line is printed for the asdf env
command:
asdf env <command> [executable] Prints or runs an executable under a command environment
I would assume <command>
is an arbitrary command. But from what I can tell needs to be a plugin name or a shim name? I'm also not sure how this differs from executing the shim directly.
FY
Follow the same route as for the fish/zsh completions in
.github/workflows/CICD.yml
.