An open API service for providing issue and pull request metadata for open source projects.

GitHub / cli-kit/cli-command issues and pull requests

#87 - several questions

Issue - State: closed - Opened by boneskull over 11 years ago - 12 comments

#86 - strange behavior with default middleware (rc-specific?)

Issue - State: closed - Opened by boneskull over 11 years ago - 3 comments

#85 - allow help middleware to be configured via configure()

Pull Request - State: closed - Opened by boneskull over 11 years ago - 4 comments

#84 - Do not execute function when checking its name

Pull Request - State: closed - Opened by boneskull over 11 years ago - 1 comment

#83 - Make action/converter logic asynchronous

Issue - State: closed - Opened by tmpfs over 11 years ago
Labels: bug, enhancement, priority

#82 - Deprecate help2man compatibility

Issue - State: closed - Opened by tmpfs over 11 years ago
Labels: enhancement

#81 - Document resource() type

Issue - State: closed - Opened by tmpfs over 11 years ago
Labels: enhancement, docs

#80 - Use mdp(1) for readme documentation

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement, priority, docs

#79 - Document usage() api

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement, docs

#78 - "config-subcommand help conf" (example) generates funky man page

Issue - State: closed - Opened by boneskull about 12 years ago - 2 comments

#77 - question: how to use multiple Markdown definition files, one for each command?

Issue - State: closed - Opened by boneskull about 12 years ago - 9 comments

#76 - Implement verbose middleware

Issue - State: closed - Opened by tmpfs about 12 years ago - 1 comment
Labels: enhancement, priority

#75 - Review unparsed middleware handling

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement

#74 - Allow unparsed argument converters at the command level

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement

#73 - Document ttycolor dependency for color middleware

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement, docs

#72 - color middleware fails if no ttycolor module installed

Issue - State: closed - Opened by boneskull about 12 years ago - 4 comments

#71 - subcommand examples don't work

Issue - State: closed - Opened by boneskull about 12 years ago - 6 comments

#70 - Exec middleware should iterate exec list(s)

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: bug, enhancement, priority

#69 - Add lt and gt numeric types

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement, types

#68 - Support validating min and max for numeric types

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement, types

#67 - Support regexp type

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement, types

#66 - Allow preserving inline markdown in descriptions

Issue - State: closed - Opened by tmpfs about 12 years ago - 1 comment
Labels: enhancement

#65 - Allow usage string to be generated automatically

Issue - State: closed - Opened by tmpfs about 12 years ago - 1 comment
Labels: enhancement, priority

#64 - Document types.file() extension validation

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement, docs

#63 - Migrate ucfirst to util module

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement

#62 - Allow copyright in version output

Issue - State: closed - Opened by tmpfs about 12 years ago - 1 comment
Labels: enhancement

#61 - Override help configuration from environment

Issue - State: closed - Opened by tmpfs about 12 years ago - 1 comment
Labels: enhancement

#60 - Update enum type documentation

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement, docs

#59 - Implement semantic option sorting

Issue - State: closed - Opened by tmpfs about 12 years ago - 1 comment
Labels: enhancement

#58 - Document debug middleware

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement, docs

#57 - Add debug middleware

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement

#56 - Implement events middleware

Issue - State: closed - Opened by tmpfs about 12 years ago - 1 comment
Labels: enhancement

#55 - Implement common logging options

Issue - State: closed - Opened by tmpfs about 12 years ago - 1 comment
Labels: enhancement

#54 - Document logger module integration

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement, docs

#53 - Document rc module integration

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement, docs

#52 - Fully asynchronous

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: bug, enhancement, priority

#51 - Complete code coverage

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement, priority

#50 - Add ttycolor option middleware

Issue - State: closed - Opened by tmpfs about 12 years ago - 1 comment
Labels: enhancement, priority, docs

#49 - Integrate and test help2man support

Issue - State: closed - Opened by tmpfs about 12 years ago - 4 comments
Labels: enhancement

#48 - Generate markdown man page templates

Issue - State: closed - Opened by tmpfs about 12 years ago

#47 - Implement automatic tab completion scripts

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement

#46 - Support hints (git-style)

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement

#45 - Re-implement usage() in this module

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement

#44 - Integrate logger module

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement, priority

#43 - Integrate rc module

Issue - State: closed - Opened by tmpfs about 12 years ago - 1 comment
Labels: enhancement, priority

#42 - Document help configuration options

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement, docs

#41 - Document unknown option handling

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement

#40 - Help output improvements

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement, priority

#39 - Deprecate support for stash as string property

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement

#38 - Document credits

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement

#37 - Rename configuration() to configure()

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement, priority

#36 - Add harmony support

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement

#35 - Allow subtractive middleware configuration

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement

#34 - Separate merge and coerce middleware

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement

#33 - Separate command and execute middleware

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement

#32 - Throw error on duplicate middleware

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement

#31 - Document middleware implementation

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement, priority, docs

#30 - Ensure clean enumeration on CommandProgram

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement

#29 - Document environment variable integration

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement, docs

#28 - Implement middleware logic

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement

#27 - Assign option default values to the receiver

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: bug, enhancement

#26 - Implement and test command aliases

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement

#25 - Integrate env module

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement

#24 - Document help and version builtins

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement

#23 - Document events dispatched from the program

Issue - State: closed - Opened by tmpfs about 12 years ago - 1 comment
Labels: enhancement, docs

#22 - Implement unknown option handling

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement, priority

#21 - Implement object type to group related arguments

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement

#20 - Implement list type

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement

#19 - Document configuration options

Issue - State: closed - Opened by tmpfs about 12 years ago - 1 comment
Labels: enhancement

#18 - Ensure optional repeatable options become an empty array

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement

#17 - Handle variable/argument name collisions (conflicts)

Issue - State: closed - Opened by tmpfs about 12 years ago - 1 comment
Labels: enhancement

#16 - Document type coercion and validation system

Issue - State: closed - Opened by tmpfs about 12 years ago - 1 comment
Labels: enhancement

#15 - Integrate with error module

Issue - State: closed - Opened by tmpfs about 12 years ago - 1 comment
Labels: bug, enhancement

#14 - Support json type

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement

#13 - Allow type conversion on unparsed arguments

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement, priority

#12 - Implement multiple types

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement

#11 - Implement file type

Issue - State: closed - Opened by tmpfs about 12 years ago - 4 comments
Labels: enhancement, priority

#10 - Implement enum type

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement

#9 - Implement class to type lookup

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement

#8 - Implement unambiguous fuzzy matching

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement

#6 - Implement test fixtures

Issue - State: closed - Opened by tmpfs about 12 years ago - 1 comment
Labels: bug, enhancement

#5 - Respect required options

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement

#4 - Implement flag negation

Issue - State: closed - Opened by tmpfs about 12 years ago - 1 comment
Labels: enhancement

#3 - Invoke validator functions when specified

Issue - State: closed - Opened by tmpfs about 12 years ago - 1 comment
Labels: enhancement

#2 - Invoke actions on non-command options

Issue - State: closed - Opened by tmpfs about 12 years ago - 2 comments
Labels: enhancement

#1 - Implement custom error handler

Issue - State: closed - Opened by tmpfs about 12 years ago
Labels: enhancement