mirror of
https://github.com/onyx-and-iris/slobs-cli.git
synced 2026-09-18 09:02:41 +00:00
Compare commits
5
Commits
v0.11.4
...
fa681a7208
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fa681a7208 | ||
|
|
c6c8522a2d | ||
|
|
cac7c09fa6 | ||
|
|
f9f118dc2d | ||
|
|
835a05dd3e |
@@ -1,4 +1,4 @@
|
||||
name: Release
|
||||
name: Publish to PyPI
|
||||
|
||||
on:
|
||||
release:
|
||||
@@ -0,0 +1,19 @@
|
||||
name: Ruff
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
pull_request:
|
||||
branches: [main]
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
ruff:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: astral-sh/ruff-action@v3
|
||||
with:
|
||||
args: 'format --check --diff'
|
||||
@@ -85,12 +85,19 @@ Available styles: _red, magenta, purple, blue, cyan, green, yellow, orange, whit
|
||||
|
||||

|
||||
|
||||
Optionally you may disable the border colouring with the --no-border flag:
|
||||
Optionally you may disable border colouring with the --no-border flag:
|
||||
|
||||

|
||||
|
||||
```console
|
||||
slobs-cli --style="yellow' --no-border audio list
|
||||
slobs-cli --style="yellow" --no-border audio list
|
||||
```
|
||||
|
||||
Or with environment variables:
|
||||
|
||||
```env
|
||||
SLOBS_STYLE=yellow
|
||||
SLOBS_STYLE_NO_BORDER=true
|
||||
```
|
||||
|
||||
## Commands
|
||||
|
||||
Reference in New Issue
Block a user