Skip to content

Tags: meshde/hit-cli

Tags

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add error handling framework (#28)

* feat: add error handling framework

* the user would only see errors that were raised as CliError
* every other error would be a panic
* panics are also no longer displayed to users, rather human_panic
  displays how to report the issue.

* chore: update human panic message elements

* chore: bump version

v0.5.0

Toggle v0.5.0's commit message
bump version to v0.6.0

v0.4.2

Toggle v0.4.2's commit message
feat: add support for version flag

v0.4.1

Toggle v0.4.1's commit message
chore: bump version

0.4.0

Toggle 0.4.0's commit message
upgrade version

v0.3.3

Toggle v0.3.3's commit message
feat: add user agent

v0.3.2

Toggle v0.3.2's commit message
feat: add user agent

v0.3.1

Toggle v0.3.1's commit message
fix: endless autocomplete

upgrade clap_complete as issue has been resolved in the package

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add support for postscripts (#22)

* feat(config): move to a directory-based config structure from single file-based

* feat: add support for scripts to be run after command

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(cli): add command to view the response data of the last request (#…

…19)

* feat(http/handle_request): return more info about response other than just the body

* refactor(app_config): do not expose config fields like envs and ephenvs

* chore(app_config): make get_app_config return new AppConfig if config file not found

* feat(cli): add command to view information of the last request made

* chore: remove commented code