File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
esw-commons/src/main/scala/esw/commons/cli Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import csw.logging.client.scaladsl.GenericLoggerFactory
1313/**
1414 * This is a base class for all ESW command line applications containing helper utilities.
1515 */
16- abstract class EswCommand [T : Parser : Help ] extends Command [T ] {
16+ abstract class EswCommand [T : { Parser , Help } ] extends Command [T ] {
1717
1818 lazy val log : Logger = GenericLoggerFactory .getLogger
1919
Original file line number Diff line number Diff line change 1+ ## ESW - TMT Executive Software v1.0.0-RC5
2+
3+ This is the v1.0.0-RC5 of the TMT Executive Software.
4+
5+ See [ CHANGELOG.md] ( CHANGELOG.md ) for details of all releases.
6+
7+ ### Documentation
8+
9+ Paradox documentation can be found here: https://tmtsoftware.github.io/esw/1.0.0-RC5/
You can’t perform that action at this time.
0 commit comments