-
```sh
#!/usr/bin/env bash
# set -x # 実行したコマンドと引数も出力する
set -e # スクリプト内のコマンドが失敗したとき(終了ステータスが0以外)にスクリプトを直ちに終了する
set -E # '-e'オプションと組み合わせて使用し、サブシェルや関数内でエラーが発生した場合もスクリプトの実行を終了する
set -u # 未定義の変数を参照しよ…
-
Is your feature request related to a problem? Please describe.
I'm working on integrating my automation tools with various platforms, and I've found that having a shell script as an executable ag…
-
Is there a plan for the suggested command line tools to be automatically executed by the tool (after ofc. accepting it by the user?) I mean:
OK, I can run it no problem, but a little bit ux-break…
-
[See discussion here](https://github.com/KittyCAD/modeling-app/discussions/503) for more background.
## Engine notes
Ready. Initial passes and bug fixes complete.
## API/KCL notes
Ready. There is an …
-
Unless you are trying to bench command with some shell redirects - you can split arguments yourself with this and call a command by hand.
https://docs.rs/shellwords/latest/shellwords/fn.split.htm…
pacak updated
1 month ago
-
It's been a major annoyance for a long time with `nix-command` that you always have to write out the name of the flake explicitly when using `nix shell` or `nix run`.
The popular [nix-dram](https:/…
-
**Describe the bug**
I've got a project set up where I have a top-level `shell.nix` symlink, which points to `./subdirectory/shell.nix`.
When I upgraded to the most recent version of nix (`2.24.7`…
-
## Overview
In the context of the shell, it's no longer necessary to auto-print objects. Instead, there should be a `.print` and perhaps also a `.json` builtin, that you can easily add to the pipel…
-
Do we support namespace-level access control? Currently, after starting according to the example, full cluster permissions are granted. Is it possible to support access control to resources within a s…
-
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.95.3
- OS Version: Arch Linux, GNOME 47
Steps to Reproduce:
1. Prepare a very long command in terminal.
2.…