mirror of
https://github.com/ovh/the-bastion.git
synced 2026-05-09 08:25:27 +02:00
[PR #176] [MERGED] feat: add UTF-8 chars to output when supported and allowed #294
Labels
No labels
answered
bug
documentation
enhancement
enhancement
feature
feature
kept-open-for-info
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/the-bastion#294
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ovh/the-bastion/pull/176
Author: @speed47
Created: 4/14/2021
Status: ✅ Merged
Merged: 5/24/2021
Merged by: @speed47
Base:
master← Head:unicode📝 Commits (2)
ec20d8cfeat: add UTF-8 chars to output when supported and allowed267e0f6chore: update documentation📊 Changes
83 files changed (+149 additions, -19 deletions)
View changed files
📝
bin/plugin/open/selfGenerateEgressKey(+2 -1)📝
bin/plugin/open/selfPlaySession(+5 -5)📝
bin/shell/osh.pl(+0 -1)📝
doc/sphinx/administration/bastion_conf.rst(+12 -0)📝
doc/sphinx/plugins/admin/adminMaintenance.rst(+1 -0)📝
doc/sphinx/plugins/admin/adminSudo.rst(+1 -0)📝
doc/sphinx/plugins/group-aclkeeper/groupAddServer.rst(+1 -0)📝
doc/sphinx/plugins/group-aclkeeper/groupDelServer.rst(+1 -0)📝
doc/sphinx/plugins/group-gatekeeper/groupAddGuestAccess.rst(+1 -0)📝
doc/sphinx/plugins/group-gatekeeper/groupAddMember.rst(+1 -0)📝
doc/sphinx/plugins/group-gatekeeper/groupDelGuestAccess.rst(+1 -0)📝
doc/sphinx/plugins/group-gatekeeper/groupDelMember.rst(+1 -0)📝
doc/sphinx/plugins/group-gatekeeper/groupListGuestAccesses.rst(+1 -0)📝
doc/sphinx/plugins/group-owner/groupAddAclkeeper.rst(+1 -0)📝
doc/sphinx/plugins/group-owner/groupAddGatekeeper.rst(+1 -0)📝
doc/sphinx/plugins/group-owner/groupAddOwner.rst(+1 -0)📝
doc/sphinx/plugins/group-owner/groupDelAclkeeper.rst(+1 -0)📝
doc/sphinx/plugins/group-owner/groupDelEgressKey.rst(+1 -0)📝
doc/sphinx/plugins/group-owner/groupDelGatekeeper.rst(+1 -0)📝
doc/sphinx/plugins/group-owner/groupDelOwner.rst(+1 -0)...and 63 more files
📄 Description
To enhance the readability and visibility of important messages
(such as critical ones). This can be disabled with the
allowUTF8global option set to
false. It's never enabled if the user localeor their terminal don't seem to support it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.