mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
webconfig: Print url
This makes it easier to get it if e.g. the browser can't open files in /tmp (... Ubuntu...) See #9014
This commit is contained in:
parent
83b016945e
commit
6ab0a3d81f
1 changed files with 4 additions and 0 deletions
|
@ -1689,6 +1689,10 @@ print(
|
|||
"Web config started at %s%s%s"
|
||||
% (esc["underline"], fileurl, esc["exit_attribute_mode"])
|
||||
)
|
||||
print(
|
||||
"If that doesn't work, try opening %s%s%s"
|
||||
% (esc["underline"], url, esc["exit_attribute_mode"])
|
||||
)
|
||||
print("%sHit ENTER to stop.%s" % (esc["bold"], esc["exit_attribute_mode"]))
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue