You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt)
*
* $Id: lar:main.cpp Jun 16, 2018 1:04:08 PM $
*
* EMail: pavel.kraynyukhov@gmail.com
*/
#include <cstdlib>
#include <iostream>
#include <TOC.h>
#include <LAR.h>
/*
*
*/
int main(int argc, char** argv)
{
static const std::string usage("\nUsage:\n# lar a directory - to add a content of directory into archive recursively\n||\n# lar e archive_name [target subdir] - to extract all files from archive. Where target subdir is a relative path within working directory\n");