Skip to content

Commit

Permalink
Update CLI description
Browse files Browse the repository at this point in the history
  • Loading branch information
jlumpe committed Aug 3, 2024
1 parent ed2c502 commit 933ddf8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/gambit/cli/root.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,10 @@
@click.version_option(GAMBIT_VERSION, prog_name='gambit')
@click.pass_context
def cli(ctx: click.Context, **kw):
"""Tool for rapid taxonomic identification of microbial pathogens from genomic data."""
"""Tool for rapid taxonomic identification of microbial pathogens from genomic data.
http://github.com/jlumpe/gambit
Copyright (C) 2016-2024 Jared Lumpe
"""
ctx.obj = CLIContext(ctx)

0 comments on commit 933ddf8

Please sign in to comment.