Skip to content

Commit

Permalink
Merge 864579f into c5681bb
Browse files Browse the repository at this point in the history
  • Loading branch information
cokelaer committed Nov 7, 2023
2 parents c5681bb + 864579f commit 2cc6934
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
12 changes: 12 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ If you are in a hurry, just type::

This is pure Python so no need for fancy libraries.

Usage
-----

Then, just type e.g::

versionix fastqc
Expand All @@ -41,6 +44,15 @@ This tool uses a registry so it will work only with resgistered tools, which lis

versionix --registered

Type::

versionix --help

to get more help like this example:

.. image:: doc/versionix_usage.png


DESCRIPTION
===========

Expand Down
Binary file added doc/versionix_usage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "versionix"
version = "0.2.2"
version = "0.2.3"
description = "Get version of any tools"
authors = ["Sequana Team"]
license = "BSD-3"
Expand Down Expand Up @@ -33,6 +33,7 @@ packages = [
[tool.poetry.dependencies]
python = "^3.8"
click = "^8.1.7"
rich-click = "^1.7.1"

[tool.poetry.dev-dependencies]
pytest = "^7.0.1"
Expand Down
2 changes: 1 addition & 1 deletion versionix/scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# If not, see <http://www.gnu.org/licenses/>. #
###########################################################################
""".. rubric:: Standalone application dedicated to Damona"""
import click
import rich_click as click
import sys


Expand Down

0 comments on commit 2cc6934

Please sign in to comment.