Skip to content

Commit 6f850d0

Browse files
authored
Merge pull request crs4#165 from kikkomep/feat/offline-mode
feat(core): support offline validation and HTTP cache management
2 parents 2fe0374 + 64cc050 commit 6f850d0

18 files changed

Lines changed: 3065 additions & 40 deletions

rocrate_validator/cli/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
from rocrate_validator.cli.commands import profiles, validate
15+
from rocrate_validator.cli.commands import cache, profiles, validate
1616
from rocrate_validator.cli.main import cli
1717

18-
__all__ = ["cli", "profiles", "validate"]
18+
__all__ = ["cli", "cache", "profiles", "validate"]

0 commit comments

Comments
 (0)