We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20653c3 + 820eb9a commit 6c94bdbCopy full SHA for 6c94bdb
3 files changed
src/cli.cpp
@@ -754,19 +754,6 @@ std::string vm_description(const std::string& vm_brand) {
754
#endif
755
}
756
757
-
758
-void edit_previous_line() {
759
-#if (CLI_WINDOWS)
760
- std::cout << "\x1b[2K";
761
- std::cout << "\x1b[1A" << "\x1b[2K";
762
- std::cout << "\r";
763
-#else
764
- std::cout << "\r\033[K";
765
-#endif
766
-}
767
768
769
770
void checker(const VM::enum_flags flag, const char* message) {
771
if (is_unsupported(flag)) {
772
if (arg_bitset.test(COMPACT)) {
0 commit comments