We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38deb1b commit bacfd6dCopy full SHA for bacfd6d
tests/help/test_case_opt.nim
@@ -1,3 +1,11 @@
1
+# confutils
2
+# Copyright (c) 2018-2025 Status Research & Development GmbH
3
+# Licensed under either of
4
+# * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE))
5
+# * MIT license ([LICENSE-MIT](LICENSE-MIT))
6
+# at your option.
7
+# This file may not be copied, modified, or distributed except according to
8
+# those terms.
9
10
import ../../confutils
11
@@ -41,4 +49,4 @@ type
41
49
desc: "Attestation filename (without .ssz)"
42
50
name: "attestation".}: string
43
51
44
-let scenario = ScenarioConf.load()
52
+let scenario = ScenarioConf.load(termWidth = int.high)
0 commit comments