9,661 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-1
votes
0
answers
21
views
SCP : S3 bucket creation with Tags attached on same time [closed]
Does latest AWS SCP/CLI support creating S3 with Tags sme time ?
Like I have SCP
{
"Version": "2012年10月17日",
"Statement": [
{
"Sid": "...
-3
votes
0
answers
24
views
finding directories in debian [closed]
I am running Debian. In spyder and using the file gui I can see a folder and file from which I want to run a python program but on the CLI I cannot see these folders. How do I fix this when it says ...
1
vote
0
answers
116
views
What is the "list" convention that the "tsc" cli documentation refers to? [closed]
I was reading https://www.typescriptlang.org/docs/handbook/compiler-options.html:
Compiler Flags
Flag
Type
Default
--types
list
Specify type package names to be included without being referenced in a ...
1
vote
1
answer
101
views
php's readline() method adding weird line breaks when executed via shell?
So I have this really weird issue where I have the following dummy.php script:
<?php
declare(strict_types=1);
$prompt = "Hello there!".
PHP_EOL . "What do you want to know?"...
-7
votes
0
answers
64
views
Claude Code CLI displaying each status update on new line - floods terminal with output [closed]
Problem:
Each token update during processing creates a new line instead of updating in place
Lines like
✽ Inferring... (esc to interrupt · 56s · ↓ 2.3k tokens)
appear hundreds of times
What should be ...
1
vote
0
answers
91
views
How to show outputs from the cli package in Shiny?
I have a time-consuming function with a few embedded cli messages to keep the user updated. I’m planning to include this function in a Shiny app so that the user can simply click a button and see the ...
0
votes
1
answer
43
views
OpenStack Swift CLI prefix-based tempurl not working
running
swift tempurl --prefix-based GET 600 "/v1/AUTH_project/container/my/prefix/" "mykey12345"
returns
/v1/AUTH_project/container/my/prefix/?temp_url_sig=abc0987&...
0
votes
2
answers
98
views
Extract Linux interface name in PowerShell
I want to put the name of an existing interface in Linux into a variable so that I can use it using the variable.
this is my source:
Write-Output "⚙ Detecting Linux network interface..."
$...
3
votes
2
answers
141
views
How to create a CL utility with an option set?
Background:
In build.rakumod I have several multi sub MAIN( ... ), one of which is:
multi sub MAIN(
:$config = 'config', #= localised config file
Bool :install($)!, #= install a config ...
-2
votes
1
answer
63
views
Bash script on Ubuntu WSL with odd concatenation behavior using fzf and a word list [duplicate]
This script behaves perfectly fine on a real Ubuntu system.
#!/bin/bash
set -Eeu -o pipefail
word1=$(awk '{print 2ドル}' eff_short_wordlist_2_0.txt | fzf)
echo "${word1}"
word2=$(awk '{print $...
0
votes
0
answers
66
views
gcloud CLI + flags-file: problems with repeated flags
I am using the gcloud CLI to create a new Workstation configuration.
To simplify configuration management I am also using a yaml configuration file to specify flag values based on Google's ...
4
votes
1
answer
197
views
Why can't I create a lightweight Git tag?
I cannot create a lightweight tag in Git, only annotated (as I understand).
I use the command:
git tag v15.0
This should create a lightweight tag without any metadata, but instead it asks me for a ...
0
votes
0
answers
44
views
My textfsm template is not parsing the MPLS Interface for a SR 7x50 correctly
I'm hoping somebody can help me figure out the error in my textfsm template.
I need to parse the cli output of the MPLS interface table from a 7x50 SR router and capture all the information, including ...
0
votes
1
answer
40
views
How should a Function App (Container) authenticate to GitHub via the GH CLI?
I've setup a custom container in Azure that will run a Function App, with the intention of connecting to my organisations GitHub (GHE) instance and using GH CLI pull a list of repos.
I have a PAT ...
0
votes
0
answers
35
views
Add autocomplete for tcsh shell in python script using click
I want to add autocomplete for tcsh on naval example of click: https://github.com/pallets/click/tree/main/examples/naval
I started to add this:
_tcsh_source = """\
%(...