Skip to content

Commit

Permalink
Merge pull request #339 from neutrinoceros/one-liner
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros authored Oct 16, 2023
2 parents 1562549 + f340a3b commit fc2d623
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,10 @@

# `idefix_cli`

`idefix_cli` is command line framework to facilitate working with
[Idefix](https://github.com/idefix-code/idefix), written by
[Lesur et al](https://ui.adsabs.harvard.edu/abs/2023arXiv230413746L/abstract).
`idefix_cli` is a command line utility belt for [Idefix](https://github.com/idefix-code/idefix).

It defines a `idfx` command namespace, ships with a collection of common helper
script (`idfx conf`, `idfx run`, ...), and can be extended to include arbitrary
helper scripts.
It defines a `idfx` command familly. The builtin command set (`idfx conf`, `idfx run`,
...) can be extended to include arbitrary helper scripts.


## Installation
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "idefix_cli"
description = "A CLI to automate mundane tasks with Idefix"
description = "A command line utility belt for Idefix"
authors = [
{ name = "C.M.T. Robert" },
]
Expand Down

0 comments on commit fc2d623

Please sign in to comment.