ClickHouse/programs/disks
Azat Khuzhin e623ad041f Make C-z ignorance configurable (ignore_shell_suspend) in clickhouse-client
C-z is extermelly useful for some users (like myself), so provide a way
to configure it in client and avoid it's ignorance in clickhouse-disks
(I hope it is OK since it is not that known utility and it does not have
it's own configuration, while cli option is useless, one should remeber
about it).

Honestly I've never seen any interactive client that forbids C-z, so
ignoring it my default looks strange to me.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-08-19 08:33:53 +02:00
..
clickhouse-disks.cpp Remove dlopen 2022-09-17 03:02:34 +02:00
CMakeLists.txt fix some issues 2024-06-26 15:59:15 +00:00
CommandChangeDirectory.cpp Resolve conflicts 2024-07-04 14:09:43 +00:00
CommandCopy.cpp Resolve conflicts 2024-07-04 14:09:43 +00:00
CommandGetCurrentDiskAndPath.cpp Resolve conflicts 2024-07-04 14:09:43 +00:00
CommandHelp.cpp Resolve conflicts 2024-07-04 14:09:43 +00:00
CommandLink.cpp Resolve conflicts 2024-07-04 14:09:43 +00:00
CommandList.cpp Fix tests 2024-06-17 17:41:28 +00:00
CommandListDisks.cpp Remove comments 2024-05-27 12:17:04 +00:00
CommandMkDir.cpp Change unique_ptr creation to shared_ptr 2024-07-01 17:35:07 +00:00
CommandMove.cpp Change unique_ptr creation to shared_ptr 2024-07-01 17:35:07 +00:00
CommandRead.cpp Resolve conflicts 2024-07-04 14:09:43 +00:00
CommandRemove.cpp Resolve conflicts 2024-07-04 14:09:43 +00:00
CommandSwitchDisk.cpp Change unique_ptr creation to shared_ptr 2024-07-01 17:35:07 +00:00
CommandTouch.cpp fix some issues 2024-06-26 15:59:15 +00:00
CommandWrite.cpp Resolve conflicts 2024-07-04 14:09:43 +00:00
DisksApp.cpp Make C-z ignorance configurable (ignore_shell_suspend) in clickhouse-client 2024-08-19 08:33:53 +02:00
DisksApp.h Make C-z ignorance configurable (ignore_shell_suspend) in clickhouse-client 2024-08-19 08:33:53 +02:00
DisksClient.cpp Make C-z ignorance configurable (ignore_shell_suspend) in clickhouse-client 2024-08-19 08:33:53 +02:00
DisksClient.h Make C-z ignorance configurable (ignore_shell_suspend) in clickhouse-client 2024-08-19 08:33:53 +02:00
ICommand_fwd.h Correct style check 2024-05-27 12:45:05 +00:00
ICommand.cpp Forbid unregistered options 2024-06-26 17:25:43 +00:00
ICommand.h Change wrong implementations of copy and move 2024-07-01 11:11:16 +00:00