Skip to content

Certi: Simplify the command line interface - #2

Merged
toru merged 2 commits into
mainfrom
args
Sep 17, 2025
Merged

Certi: Simplify the command line interface#2
toru merged 2 commits into
mainfrom
args

Conversation

@toru

@toru toru commented Sep 17, 2025

Copy link
Copy Markdown
Member

Follow the conventions of well-known tools like curl and dig. There is no need to require an explicit flag to specify the core operands, such as the hostname/port pair.

Before:

certi --host www.chronohq.com
certi --host www.chronohq.com --port 3000

Now:

certi www.chronohq.com
certi www.chronohq.com:3000

@toru
toru merged commit f0ed51d into main Sep 17, 2025
1 check passed
@toru
toru deleted the args branch September 17, 2025 22:42
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.

1 participant