commit | 867aa30f20831dced51dd6dc959f912f5a60205e | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Wed Jun 19 13:18:45 2019 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Wed Jun 19 13:18:45 2019 -0700 |
tree | 2d3fddf545307f170ca4c8a898da3049552efcfe | |
parent | 87efa395a1c14c218ecbe5689d4e0f513a2f3b9c [diff] [blame] |
SEBA-699 validate core version Change-Id: I2ee14504c71e9fb4ecb262c9247108261c76fad3
diff --git a/commands/command.go b/commands/command.go index bdd7dfb..91d44a9 100644 --- a/commands/command.go +++ b/commands/command.go
@@ -37,6 +37,8 @@ OUTPUT_TABLE OutputType = iota OUTPUT_JSON OUTPUT_YAML + + CORE_VERSION_CONSTRAINT = ">= 3, < 4" // Support XOS major version 3 ) // Make it easy to override output stream for testing