mirror of
https://github.com/nestriness/cdc-file-transfer.git
synced 2026-05-01 18:23:07 +03:00
[cdc_stream] Add wildcard support to stop command (#30)
Adds support for stuff like cdc_stream stop * or cdc_stream stop user*:dir*.
This commit is contained in:
@@ -208,6 +208,7 @@ cc_library(
|
||||
"//common:file_watcher",
|
||||
"//common:log",
|
||||
"//common:path",
|
||||
"//common:path_filter",
|
||||
"//common:port_manager",
|
||||
"//common:process",
|
||||
"//common:remote_util",
|
||||
|
||||
Reference in New Issue
Block a user