Skip to content

Commit 70baab1

Browse files
committed
Updated deprecated code
1 parent 5fda893 commit 70baab1

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

esw-commons/src/main/scala/esw/commons/cli/EswCommand.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

notes/1.0.0-RC5.markdown

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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/

0 commit comments

Comments
 (0)