Skip to content
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

Delete some lines leftover from the Markdown command refactor #130

Merged
merged 1 commit into from
Mar 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions app/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,6 @@ func init() {
publishCmd.Flags().StringVarP(&UnitsDirectory, "units", "u", "", "The directory where your units exist")
publishCmd.Flags().BoolVarP(&IgnoreLocal, "ignore-local", "", false, "Ignore local changes and publish remote only")
publishCmd.Flags().BoolVarP(&CiCdEnvironment, "ci-cd", "", false, "Running in a CI/CD environment (cannot use with autoconfig feature)")
// markdownCmd.Flags().BoolVarP(&PrintTemplate, "out", "o", false, "Prints the template to stdout")
// markdownCmd.Flags().BoolVarP(&Minimal, "min", "m", false, "Uses a terse, minimal version of the template")
// markdownCmd.Flags().BoolVarP(&WithExplanation, "with-explanation", "e", false, "Questions only: include explanation blocks")
// markdownCmd.Flags().BoolVarP(&WithRubric, "with-rubric", "r", false, "Questions only: include rubric blocks")
// markdownCmd.Flags().IntVarP(&WithHints, "with-hints", "n", 0, "Questions only: include one or more hint blocks")
}

// Execute runs the learn CLI according to the user's command/subcommand/flags
Expand Down
Loading