New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

one44-cli

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

one44-cli

  • 0.1.3
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

one44-cli

CLI User Interface for marking math problems

Installation

Install the gem:

gem install one44-cli

How to use

Create a test file containing math problems:

E.g

1x1		2x2		3x3
4x4		5x5		6x6

Run one44-cli as follows:

$one44-cli -f path/to/test/file

Do not randomly order test questions (default)

Test questions will be ordered as listed in the test file if the --not-random-sort-questions is specified:

$one44-cli --not-random-sort-questions

Randomly order test questions

Test questions are randomly ordered by specifying one of the options below:

$one44-cli -r

$one44-cli --random-sort-questions

$one44-cli --sort-questions random

FAQs

Package last updated on 24 Jun 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc