Hennadii Stepanov
fb4b9f9e3b
scripted-diff: Use ArgsManager::DEBUG_ONLY flag
-BEGIN VERIFY SCRIPT-
sed -i 's/unsigned int flags, const bool debug_only,/unsigned int flags,/' src/util/system.h src/util/system.cpp
sed -i 's/ArgsManager::NONE, debug_only/flags, false/' src/util/system.cpp
sed -i 's/arg.second.m_debug_only/(arg.second.m_flags \& ArgsManager::DEBUG_ONLY)/' src/util/system.cpp
sed -i 's/ArgsManager::ALLOW_ANY, true, OptionsCategory::/ArgsManager::ALLOW_ANY | ArgsManager::DEBUG_ONLY, OptionsCategory::/' $(git grep --files-with-matches 'AddArg(' src)
sed -i 's/ArgsManager::ALLOW_ANY, false, OptionsCategory::/ArgsManager::ALLOW_ANY, OptionsCategory::/' $(git grep --files-with-matches 'AddArg(' src)
-END VERIFY SCRIPT-
2019-07-27 15:05:14 +03:00
..
2019-06-02 17:15:23 +02:00
2019-06-02 17:15:23 +02:00
2019-07-27 15:05:14 +03:00
2019-05-13 14:46:01 -04:00
2018-07-27 07:15:02 -04:00
2019-04-11 13:34:43 -04:00
2019-07-09 16:20:18 -04:00
2019-06-02 17:15:23 +02:00
2019-07-03 11:49:47 +02:00
2019-07-02 18:11:15 +01:00
2019-06-02 17:15:23 +02:00
2019-04-10 09:51:37 -04:00
2019-06-02 17:15:23 +02:00
2019-07-02 18:11:15 +01:00
2019-07-02 18:11:15 +01:00
2019-06-02 17:15:23 +02:00
2019-06-02 17:15:23 +02:00
2018-11-06 09:12:54 -08:00
2018-07-27 07:15:02 -04:00
2018-12-17 14:27:29 -05:00
2018-07-27 07:15:02 -04:00
2019-03-26 18:12:31 +01:00
2018-11-14 12:19:04 -05:00
2019-05-22 15:55:50 +01:00
2019-07-05 17:53:57 +03:00
2019-06-02 17:15:23 +02:00
2019-05-23 14:12:32 -04:00
2019-06-02 17:15:23 +02:00
2019-06-02 17:15:23 +02:00