feat(cli): run every flow argent flow list prints when argent flow run is given no argument - #830
Open
j-piasecki wants to merge 1 commit into
Open
feat(cli): run every flow argent flow list prints when argent flow run is given no argument#830j-piasecki wants to merge 1 commit into
argent flow list prints when argent flow run is given no argument#830j-piasecki wants to merge 1 commit into
Conversation
… run` is given no argument Subdirectories included, because the two commands now walk one function: what one covers the other cannot miss, and the agreement is structural rather than two rule sets kept in step by hand. The merge settles a skip set they had disagreed on in both directions. `list` descended into dot-directories and `node_modules` but skipped `__baselines__`; a recursive `run` did the opposite. All three are skipped now. That narrows `list`: a flow under `.argent/flows/.hidden/` is no longer printed, though a path typed straight at it still runs. An empty argument is refused rather than read as no argument at all. `argent flow run "$FLOW"` with the variable unset resolves to the current directory, which would batch every flow found there.
j-piasecki
force-pushed
the
jpiasecki/flow-run-default-dir
branch
from
August 20, 2026 06:19
ad1ef95 to
759dc2f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Subdirectories included, because the two commands now walk one function:
what one covers the other cannot miss, and the agreement is structural
rather than two rule sets kept in step by hand.
The merge settles a skip set they had disagreed on in both directions.
listdescended into dot-directories andnode_modulesbut skipped__baselines__; a recursiverundid the opposite. All three are skippednow. That narrows
list: a flow under.argent/flows/.hidden/is no longerprinted, though a path typed straight at it still runs.
An empty argument is refused rather than read as no argument at all.
argent flow run "$FLOW"with the variable unset resolves to the currentdirectory, which would batch every flow found there.