Skip to content

Commit

Permalink
docs: prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoRodriguesF committed Jul 26, 2023
1 parent 57a48ff commit 3ac165d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Added

- New create `--query` option to use new query params system.
- New url `--full` option to print with queries.
- Query params can be defined separate from URL through the `query` command.
- Add `-x` option for temporary handle switch.
- New `-x` option for temporary handle switch.

## Changed

Expand Down
2 changes: 1 addition & 1 deletion doc/quartz.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: QUARTZ
section: 1
header: User Manual
date: July 23, 2023
date: July 25, 2023
---

# NAME
Expand Down
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ pub enum Commands {
#[command(subcommand)]
command: EndpointMethodCommands,
},
/// Manage current handle's endpoint query
/// Manage current handle's endpoint query params
Query {
#[command(subcommand)]
command: EndpointQueryCommands,
Expand Down

0 comments on commit 3ac165d

Please sign in to comment.