Daniel Shimon
Daniel Shimon
Is this intentional? Neither do `;`, `and/&&`, `or/||` work. ## Expected Behavior `echo $(echo a and echo b)` should print `a\nb`. ## Current Behavior  ## For community ⬇️ **Please...
Since the completions we return are completed wrt. the completion prefix, in order to handle spaced strings we need to use the entire line as the completion prefix. For example:...
# Abstract This is a proposal for re-designing the command substitution (a.k.a command pipelines) mechanisms in xonsh. A simple example for command substitution in bash: ```bash echo hi $(whoami) ```...
Add examples of warning filters and the difference between programatic and environmental filters. * Issue: gh-93343 ---- :books: Documentation preview :books:: https://cpython-previews--106618.org.readthedocs.build/