Skip to content

Add list and clone interactive list command #99

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 13, 2025
Merged

Add list and clone interactive list command #99

merged 2 commits into from
Apr 13, 2025

Conversation

404Wolf
Copy link
Collaborator

@404Wolf 404Wolf commented Apr 12, 2025

const { ownerName, projectName } = parseProjectUri(
projectUri,
user.username!,
async (_, projectUri?: string, cloneDir?: string, branchName?: string) => {
Copy link
Member

Choose a reason for hiding this comment

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

can we detect if it's a tty before we do interactive stuff? ideally we would also not run spinners and other stuff that clears terminal lines if we're not in a terminal

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I agree! This is something that will probably require a more fundamental change (I was working on a stubbed Kia previously, but I think that's not the best solution).

I'd like to save that for a later PR since this is the case in many different situations.

For the MVP I think it's best to focus on the interactive experience. Is it OK if we wait on this?

Copy link
Member

Choose a reason for hiding this comment

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

yep!

@404Wolf 404Wolf merged commit b4034af into main Apr 13, 2025
3 checks passed
@404Wolf 404Wolf deleted the list branch April 13, 2025 18:07
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