Skip to content

Implement citty as CLI framework, create tests#5

Merged
rphillips-cc merged 5 commits intomainfrom
feat/citty
Apr 17, 2026
Merged

Implement citty as CLI framework, create tests#5
rphillips-cc merged 5 commits intomainfrom
feat/citty

Conversation

@rphillips-cc
Copy link
Copy Markdown
Contributor

No description provided.

Comment thread src/configure/utility.ts
};
}

export async function getFilePaths(targetPath: string): Promise<string[]> {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As an aside, we may want to add a concept of ignored directories to this function so we don't fall into the node_modules black hole

Comment thread src/configure/generate.ts
depth: number = 0
): Array<{ value: string; label: string; hint?: string }> {
let options: Array<{ value: string; label: string; hint?: string }> = [];
trees = [...trees].sort((a, b) =>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tate-CC
Tate-CC previously approved these changes Apr 16, 2026
@rphillips-cc rphillips-cc merged commit eaf63cd into main Apr 17, 2026
2 checks passed
@rphillips-cc rphillips-cc deleted the feat/citty branch April 17, 2026 02:45
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.

2 participants