| Commit message (Collapse) | Author | Age |
... | |
| |
|
|
|
|
| |
This is useful in the nix repl
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
The parser for the automatic completion generation fails, when it
encounters an option without name.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
'Backup' is in this context just wrong.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Beforehand it resolved a name conflict based on the base name alone:
```
USER: script
ALREADY_EXISTING_FILE: script
```
But the final script would then be named `script.sh`, thus, the check
must include the `.sh`.
|