Skip to content

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
mainfrom
jpiasecki/flow-run-default-dir
Open

feat(cli): run every flow argent flow list prints when argent flow run is given no argument#830
j-piasecki wants to merge 1 commit into
mainfrom
jpiasecki/flow-run-default-dir

Conversation

@j-piasecki

Copy link
Copy Markdown
Member

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.

… 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
j-piasecki force-pushed the jpiasecki/flow-run-default-dir branch from ad1ef95 to 759dc2f Compare August 20, 2026 06:19
@j-piasecki
j-piasecki requested review from hubgan and latekvo August 20, 2026 06:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant