Skip to content

card:create accepts an optional flag "description" #208

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gloaysa
Copy link

@gloaysa gloaysa commented Jun 26, 2025

No description provided.

@mheap
Copy link
Owner

mheap commented Jun 29, 2025

@gloaysa Could you please make sure tests pass locally?

@gloaysa
Copy link
Author

gloaysa commented Jun 29, 2025

hey, thank you for the review!
They were passing locally, but I had to mess with my env vars for it.
I'll have a look and see what's going on.

@gloaysa
Copy link
Author

gloaysa commented Jun 29, 2025

@mheap I can't reproduce the issue I see in the pipeline.

It's pointing to this line in the commands/card/create.ts file:

if (this.flags.due) {
      dueDate = chrono.parseDate(this.flags.due).toString(); // <- THIS IS LINE 30
    }

which makes extra strange the error.

But, I noticed that I have modified the pnpm-lock.yaml file with a quite bigger version:

- lockfileVersion: '6.0'
+ lockfileVersion: '9.0'

so I understand (first time using pnpm) I'm using a more recent pnpm version that expected? (9.0.6)

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