feat: add -c/--config flag to every command
This commit is contained in:
parent
570c29d9f1
commit
6f45b76579
10 changed files with 163 additions and 51 deletions
|
|
@ -1,11 +1,3 @@
|
|||
[tool.pdm.build]
|
||||
includes = []
|
||||
|
||||
[build-system]
|
||||
requires = ["pdm-backend"]
|
||||
build-backend = "pdm.backend"
|
||||
|
||||
|
||||
[project]
|
||||
authors = [
|
||||
{ name = "cătălin", email = "185504a9@duck.com" },
|
||||
|
|
@ -20,9 +12,37 @@ dependencies = [
|
|||
"pendulum>=2.1.2",
|
||||
]
|
||||
name = "halig"
|
||||
version = "0.1.2"
|
||||
version = "0.1.7"
|
||||
description = "age-encrypted, file-based, note-taking CLI app"
|
||||
readme = "README.md"
|
||||
keywords = ["cli", "notes", "age", "rage", "encryption", "notebook"]
|
||||
license = { text = "GPL-3.0-or-later" }
|
||||
classifiers = [
|
||||
"Development Status :: 4 - Beta",
|
||||
"Environment :: Console",
|
||||
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
|
||||
"Natural Language :: English",
|
||||
"Operating System :: POSIX :: Linux",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Topic :: Terminals",
|
||||
"Topic :: Utilities",
|
||||
"Typing :: Typed"
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://git.roboces.dev/catalin/halig"
|
||||
Repository = "https://git.roboces.dev/catalin/halig"
|
||||
Documentation = "https://git.roboces.dev/catalin/halig"
|
||||
Changelog = "https://git.roboces.dev/catalin/halig"
|
||||
|
||||
[tool.pdm.build]
|
||||
excludes = ["**/.pytest_cache/**"]
|
||||
includes = []
|
||||
|
||||
[build-system]
|
||||
requires = ["pdm-backend"]
|
||||
build-backend = "pdm.backend"
|
||||
|
||||
[project.scripts]
|
||||
halig = "halig.main:app"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue