Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Sublime Music
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
117
Issues
117
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
2
Merge Requests
2
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sublime Music
Sublime Music
Commits
86ed75ef
Commit
86ed75ef
authored
May 12, 2020
by
Sumner Evans
💬
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'manpage' into 'master'
Add a manpage for sublime-music See merge request sumner/sublime-music!38
parents
41ff2dce
116571d9
Pipeline
#149152722
failed with stages
in 18 minutes
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
49 additions
and
1 deletion
+49
-1
docs/conf.py
docs/conf.py
+7
-0
docs/manpages/sublime-music.rst
docs/manpages/sublime-music.rst
+41
-0
sublime/__main__.py
sublime/__main__.py
+1
-1
No files found.
docs/conf.py
View file @
86ed75ef
...
...
@@ -82,3 +82,10 @@ html_theme = 'sphinx_rtd_theme'
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path
=
[
'_static'
]
# -- Options for manual page output ---------------------------------------
man_pages
=
[
(
'manpages/sublime-music'
,
'sublime-music'
,
u
'native GTK *sonic client'
,
'Louis-Philippe Véronneau'
,
1
)
]
docs/manpages/sublime-music.rst
0 → 100644
View file @
86ed75ef
Manual page for sublime-music
=============================
SYNOPSIS
--------
sublime-music [**-l** *LOGFILE*] [**-m** *LOGLEVEL*] [**-c** *CONFIG*]
sublime-music (**-h** \| **--help**)
sublime-music (**-v** \| **--version**)
DESCRIPTION
-----------
Sublime Music is a GTK3 Revel/Gonic/Subsonic/Airsonic/\*sonic client for the
Linux Desktop.
OPTIONS
-------
**-h**, **--help**
Show the help screen.
**-v**, **--version**
Show the version information.
**-l**, **--logfile** *LOGFILE*
The filename to send logs to.
**-m**, **--loglevel** *LOGLEVEL*
The minimum level of logging to do.
**-c**, **--config** *CONFIG*
Specify a configuration file.
Defaults to ``~/.config/sublime-music/config.json``.
BUGS
----
You can report bugs in your distribution issue tracker or upstream at
https://gitlab.com/sumner/sublime-music/-/issues
sublime/__main__.py
View file @
86ed75ef
...
...
@@ -27,7 +27,7 @@ def main():
parser
.
add_argument
(
'-m'
,
'--loglevel'
,
help
=
'the minium level of logging to do'
,
help
=
'the mini
m
um level of logging to do'
,
default
=
'WARNING'
,
)
parser
.
add_argument
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment