@@ -30,9 +30,6 @@ appropriate \--basedir, or more conveniently using the qbpm launch and qbpm choo
3030 Use _ path_ as the profile directory instead of the default location. Takes
3131 precedence over the QBPM_PROFILE_DIR environment variable.
3232
33- * -C, --config-dir*
34- Source config files from the provided directory instead of the global
35- qutebrowser config location.
3633
3734# COMMANDS
3835
@@ -48,6 +45,10 @@ appropriate \--basedir, or more conveniently using the qbpm launch and qbpm choo
4845 *-f, --foreground*
4946 If --launch is set, run qutebrowser in the foreground.
5047
48+ *-C, --qutebrowser-config-dir* <path>
49+ Source config files from the provided directory instead of the global
50+ qutebrowser config location.
51+
5152 *--no-desktop-file*
5253 Do not generate an XDG desktop entry for the profile. Always true on
5354 non-linux systems. See https://wiki.archlinux.org/title/Desktop_entries
@@ -58,7 +59,7 @@ appropriate \--basedir, or more conveniently using the qbpm launch and qbpm choo
5859 already exists. --overwrite disables this check and replaces the existing
5960 profile's configuration files. Profile data is left untouched.
6061
61- * launch* [ options] <profile > [ argument ...]
62+ * launch* [ options] <profile > [ arguments ...]
6263 Start qutebrowser with --basedir set to the location of _ profile_ . All
6364 arguments following _ profile_ will be passed on to qutebrowser.
6465
@@ -80,10 +81,10 @@ appropriate \--basedir, or more conveniently using the qbpm launch and qbpm choo
8081 qbpm launch -n qb-dev --debug --json-logging
8182 ```
8283
83- * choose* [ options]
84+ * choose* [ options] [ arguments... ]
8485 Open a menu to choose a qutebrowser profile to launch. On linux this defaults
8586 to dmenu or another compatible menu program such as rofi, and on macOS this
86- will be an applescript dialog.
87+ will be an applescript dialog. All arguments are passed to qutebrowser.
8788
8889 *-m, --menu* <menu>
8990 Use _menu_ instead of the default menu program. This may be the name of a
0 commit comments